projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3900f
)
[introspection] Do not parse private sources
author
Johan Dahlin
<johan@gnome.org>
Sat, 18 Sep 2010 16:41:30 +0000
(13:41 -0300)
committer
Johan Dahlin
<johan@gnome.org>
Sat, 18 Sep 2010 16:43:00 +0000
(13:43 -0300)
Private sources include private headers which we may not be able
to parse properly since some of them use unsupported syntax such
as objective-c.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index 389d7f76a4051151792ca943cfa5c066f0716537..15397d36715a48d3dcf12517901fd08360010a91 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-901,7
+901,7
@@
LDADDS = \
if HAVE_INTROSPECTION
introspection_files = \
$(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
- $(gtk_
all
_c_sources) \
+ $(gtk_
base
_c_sources) \
gtktypebuiltins.h \
gtktypebuiltins.c